runtime.p.timersLock (field)
16 uses
runtime (current package)
proc.go#L3686: lock(&pp.timersLock)
proc.go#L3710: unlock(&pp.timersLock)
proc.go#L5078: lockInit(&pp.timersLock, lockRankTimers)
proc.go#L5114: lock(&plocal.timersLock)
proc.go#L5115: lock(&pp.timersLock)
proc.go#L5121: unlock(&pp.timersLock)
proc.go#L5122: unlock(&plocal.timersLock)
proc.go#L6078: lock(&pp.timersLock)
proc.go#L6082: unlock(&pp.timersLock)
runtime2.go#L731: timersLock mutex
time.go#L278: lock(&pp.timersLock)
time.go#L281: unlock(&pp.timersLock)
time.go#L507: lock(&pp.timersLock)
time.go#L509: unlock(&pp.timersLock)
time.go#L883: unlock(&pp.timersLock)
time.go#L887: lock(&pp.timersLock)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |